DELETE$
DELETE$ will delete part of a string and return the result.

ARGUMENTS:
* Source String = The string to delete from
* Position = The start position of the delete operation
* Length = The number of characters to delete

RETURNS:
The resulting string.


SYNTAX
Return String=DELETE$(Source String,Position,Length)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File